home *** CD-ROM | disk | FTP | other *** search
/ CD32 Scene 2 / CD32 Scene Disc 2.iso / s / startup-sequence < prev   
Text File  |  2018-01-01  |  938b  |  70 lines

  1. assign env: ram:
  2. assign t: ram:
  3.  
  4. doublespeed
  5. setpatch quiet
  6.  
  7.  
  8. hip hide s:against_time.mod
  9. picboot sys:menu.gif vo on c on FI 2 DETACH
  10.  
  11. lab main_loop
  12. waitjoy >env:choice
  13. stoppicboot
  14. hip quit
  15. avail flush >nil:
  16.  
  17. if $choice eq up
  18. assign dread: cd0:
  19. assign df0: cd0:
  20. closedelay20
  21. run >NIL: Dread_DemoMap_ver_1905.exe
  22. endif
  23.  
  24. if $choice eq reverse
  25. cd32load48 GAMES/SmartyAndTheNastyGluttons/smarty.Slave filecache Custom2=1 joypad=0
  26. endif
  27.  
  28. if $choice eq red
  29. cd32load48 GAMES/InviyyaDemo/InviyyaDemo.Slave joypad=0
  30. endif
  31.  
  32. if $choice eq yellow
  33. cd games/tinylittleslug
  34. tlslug
  35. endif
  36.  
  37. if $choice eq green
  38. cd games/reshoot
  39. assign >nil: EXISTS reshoot:
  40. IF WARN
  41.  
  42. assign reshoot: ""
  43. ENDIF
  44.  
  45. reshoot_demo.exe
  46. endif
  47.  
  48. if $choice eq blue
  49. cd games/turbosprint
  50. run >NIL: test.exe
  51. endcli
  52. endif
  53.  
  54. if $choice eq play
  55. cd games/alar
  56. alarcity
  57. fail
  58. 240pAGA
  59. hardreset
  60. endif
  61.  
  62. if $choice eq forward
  63. cd games/creepingmeout
  64. cmo-u.exe
  65. endif
  66.  
  67.  
  68. skip main_loop back
  69.  
  70. lab exiting